Provides a generic collection that supports data binding.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
C# |
---|
public class BindingList<T> : ObservableCollection<T>, IBindingList, IList, ICollection, IEnumerable |
Visual Basic |
---|
Public Class BindingList(Of T) _ Inherits ObservableCollection(Of T) _ Implements IBindingList, IList, ICollection, IEnumerable |
Type Parameters
- T
- Type of element in the collection.
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'T>)>)>
System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'T>)>)>
C1.Olap..::..BindingList<(Of <(<'T>)>)>
C1.Olap..::..C1OlapFieldList
System.Collections.ObjectModel..::..Collection<(Of <(<'T>)>)>
System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'T>)>)>
C1.Olap..::..BindingList<(Of <(<'T>)>)>
C1.Olap..::..C1OlapFieldList